@charset "utf-8";
/* css 重置 */
.changFangScroll ul,.changFangScroll li{margin:0; padding:0; list-style:none;}
.changFangScroll img{ border:0;  }
.changFangScroll a{ text-decoration:none;}

/* 本例子css */
.changFangScroll{ width:100%; /*min-width:1318px;*/ height:1250px; overflow:hidden; position:relative;}  /* 修改 高度，         修改 最少宽度【暂时不修改】 */

.show_changFangScroll {
height:1250px; width:1920px; margin:0 auto;
}

.changFangScroll .bd{ position:relative; height:100%; z-index:0;   }
.changFangScroll .bd li{ zoom:1; vertical-align:middle; }


.changFangScroll .hd {
    position: absolute;
    top: 1210px;
    left: 48%;
}

.changFangScroll .hd ul{ overflow:hidden; zoom:1; float:left;  }


.changFangScroll .hd ul li{
    float: left;
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin-right: 10px;
    background: #bfbfbf;
}

.changFangScroll .hd ul li.on{
    background: #0c70bb;
}







/* 自行修改 */

.changFangScroll .bd li .Box_2 .dl_2 dd {
    float: left;
    line-height: 45px;
    font-size: 18px;
    margin-right: 12px;
    text-align: center;
    padding-bottom: 13px;
}


.changFangScroll .bd li .Box_2 .dl_2 dd:nth-child(2),
.changFangScroll .bd li .Box_2 .dl_2 dd:nth-child(13),
.changFangScroll .bd li .Box_2 .dl_2 dd:nth-child(24) {
    margin-right: 29px;
}



.changFangScroll .bd li .Box_2 .dl_2 dd:nth-child(1),
.changFangScroll .bd li .Box_2 .dl_2 dd:nth-child(3),
.changFangScroll .bd li .Box_2 .dl_2 dd:nth-child(7),
.changFangScroll .bd li .Box_2 .dl_2 dd:nth-child(11) {
	margin:0;
}







.changFangScroll .bd li .Box_2 .dl_2 dd img {
    display: block;
    padding: 5px;
    border: 1px solid #ccc;
}
